home *** CD-ROM | disk | FTP | other *** search
- object ppPrintDialog: TppPrintDialog
- Left = 278
- Top = 147
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print'
- ClientHeight = 388
- ClientWidth = 482
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object pnlBottom: TPanel
- Left = 0
- Top = 348
- Width = 482
- Height = 40
- Align = alTop
- BevelOuter = bvNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object btnOK: TButton
- Left = 322
- Top = 9
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 402
- Top = 9
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- end
- object pnlPrintToFile: TPanel
- Left = 0
- Top = 253
- Width = 482
- Height = 95
- Align = alTop
- BevelOuter = bvNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Visible = False
- object bvlPrintToFile: TBevel
- Left = 7
- Top = 5
- Width = 471
- Height = 90
- Shape = bsFrame
- IsControl = True
- end
- object lblPrintToFile: TLabel
- Left = 35
- Top = -1
- Width = 49
- Height = 13
- Caption = 'Print to fi&le'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = lblPrintToFileClick
- end
- object lblPrintToFileWhere: TLabel
- Left = 21
- Top = 54
- Width = 35
- Height = 13
- Caption = 'Where:'
- end
- object lblPrintToFileType: TLabel
- Left = 21
- Top = 24
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object spbPrintToFile: TSpeedButton
- Left = 452
- Top = 52
- Width = 17
- Height = 17
- Caption = '...'
- OnClick = btnPrintToFileClick
- end
- object cbxPrintToFile: TCheckBox
- Left = 16
- Top = -2
- Width = 13
- Height = 17
- Caption = 'cbxPrintToFile'
- TabOrder = 0
- OnClick = cbxPrintToFileClick
- end
- object cbxPrintToFileTypes: TComboBox
- Left = 75
- Top = 21
- Width = 190
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = cbxPrintToFileTypesChange
- end
- object edtPrintToFileName: TEdit
- Left = 75
- Top = 50
- Width = 370
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnChange = edtPrintToFileNameChange
- end
- end
- object pnlPrint: TPanel
- Left = 0
- Top = 0
- Width = 482
- Height = 253
- Align = alTop
- BevelOuter = bvNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object bvlPrinter: TBevel
- Left = 7
- Top = 13
- Width = 471
- Height = 81
- Shape = bsFrame
- IsControl = True
- end
- object bvlPageRange: TBevel
- Left = 7
- Top = 105
- Width = 242
- Height = 110
- Shape = bsFrame
- IsControl = True
- end
- object bvlCopies: TBevel
- Left = 259
- Top = 105
- Width = 220
- Height = 110
- Shape = bsFrame
- IsControl = True
- end
- object lblPrinterName: TLabel
- Left = 14
- Top = 28
- Width = 67
- Height = 13
- AutoSize = False
- Caption = '&Name:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblCopies: TLabel
- Left = 266
- Top = 99
- Width = 32
- Height = 13
- Caption = 'Copies'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblPageRangeDescription: TLabel
- Left = 16
- Top = 180
- Width = 217
- Height = 26
- AutoSize = False
- Caption =
- 'Enter page numbers and/or page ranges separated by commas. For ' +
- 'example, 1,3,5-12'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lblNumberOfCopies: TLabel
- Left = 275
- Top = 119
- Width = 83
- Height = 13
- Caption = 'Number of &copies'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblCollate: TLabel
- Left = 414
- Top = 154
- Width = 59
- Height = 13
- AutoSize = False
- Caption = 'Colla&te'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = lblCollateClick
- end
- object imgCollate: TImage
- Left = 272
- Top = 148
- Width = 103
- Height = 53
- Transparent = True
- end
- object lblPageRange: TLabel
- Left = 14
- Top = 99
- Width = 55
- Height = 13
- Caption = 'Page range'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblPrinterWhere: TLabel
- Left = 14
- Top = 74
- Width = 35
- Height = 13
- Caption = 'Where:'
- end
- object lblPrinterType: TLabel
- Left = 14
- Top = 52
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object lblPrinterTypeDesc: TLabel
- Left = 84
- Top = 52
- Width = 389
- Height = 13
- AutoSize = False
- Caption = 'lblPrinterTypeDesc'
- end
- object lblPrinterWhereDesc: TLabel
- Left = 84
- Top = 74
- Width = 389
- Height = 13
- AutoSize = False
- Caption = 'lblPrinterWhereDesc'
- end
- object lblPrintWhat: TLabel
- Left = 261
- Top = 230
- Width = 24
- Height = 13
- Caption = 'P&rint:'
- end
- object lblPrinter: TLabel
- Left = 14
- Top = 7
- Width = 30
- Height = 13
- Caption = 'Printer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblNoPrintersInstalled: TLabel
- Left = 84
- Top = 28
- Width = 389
- Height = 13
- AutoSize = False
- Caption = 'lblNoPrintersInstalled'
- Visible = False
- end
- object cbxPrinters: TComboBox
- Left = 84
- Top = 25
- Width = 300
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 6
- OnChange = cbxPrintersChange
- OnDrawItem = cbxPrintersDrawItem
- end
- object edtCopies: TEdit
- Left = 396
- Top = 116
- Width = 61
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 3
- ParentFont = False
- TabOrder = 0
- Text = '1'
- OnExit = edtCopiesExit
- end
- object rdbAll: TRadioButton
- Left = 16
- Top = 115
- Width = 202
- Height = 17
- Caption = '&All'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- TabStop = True
- OnClick = rdbAllClick
- end
- object rdbCurrentPage: TRadioButton
- Left = 16
- Top = 135
- Width = 202
- Height = 17
- Caption = 'Curre&nt page'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = rdbCurrentPageClick
- end
- object rdbPages: TRadioButton
- Left = 16
- Top = 156
- Width = 63
- Height = 17
- Caption = 'Pa&ges:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = rdbPagesClick
- end
- object edtPageRange: TEdit
- Left = 78
- Top = 154
- Width = 159
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = edtPagesClick
- OnEnter = edtPagesClick
- end
- object btnPrinterProperties: TButton
- Left = 392
- Top = 25
- Width = 75
- Height = 21
- Caption = '&Properties'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = btnPrinterPropertiesClick
- end
- object cbxCollate: TCheckBox
- Left = 396
- Top = 152
- Width = 13
- Height = 17
- Caption = 'cbxPrintToFile'
- TabOrder = 7
- OnClick = cbxCollateClick
- end
- object cbxPrintWhat: TComboBox
- Left = 292
- Top = 225
- Width = 187
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- OnChange = cbxPrintWhatChange
- end
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'txt'
- Filter = 'Text files|*.TXT|All files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
- Left = 436
- Top = 263
- end
- object imlPrinterTypes: TImageList
- Left = 192
- Top = 64
- Bitmap = {
- 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000002000000001001000000000000010
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001863
- 10421042000000000000000000000000000000000000000000000000E07FFF7F
- 0042000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000186318631863
- 1042104210421042000000000000000000001863186318631863186318630000
- 0000000018631863186318631863186318630000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000018631863186318631863
- 1042104210421042104210420000000000000000000000000000000000001863
- 1042104200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000001042FF7F1863186318631863FF7F
- 1042104210421042104210421042104200000000000000000000186318631863
- 1042104210421042000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000001042FF7F18631863FF7FFF7F1863
- 186318631042104210421042104210420000000000001863186318631863FF7F
- 1042104210421042104210420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000001042FF7FFF7FFF7F18631863007C
- 007C186318631863104210421042104200001042FF7F18631863FF7FFF7F1863
- 1863186310421042104210421042104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000001042FF7F18631863E003E0031863
- 1863186310421042000018631042104200001042FF7FFF7FFF7F18631863007C
- 007C186318631863104210421042104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000010421042FF7F186318631863
- 10421042FF7FFF7F000018630000000000001042FF7F18631863E003E0031863
- 1863186310421042000018631042104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000010421042FF7F1042
- FF7FFF7FFF7FFF7FFF7F0000000000000000000010421042FF7F186318631863
- 10421042FF7FFF7F000018630000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010421042
- FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000010421042FF7F1042
- FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 1042FF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000010421042
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00001042FF7FFF7FFF7F10421042000000000000000000000000000000000000
- 1042FF7FFF7FFF7F104210420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000010421042104200000000000000000000000000000000000000000000
- 0000104210421042000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000200000000100010000000000000100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0080800000808000008080000080800000000000008080000000000000000000
- 0080800000808000008080000080800000808000008080000000000000808000
- 0080800000808000008080000080800000808000008080000080800000808000
- 00808000008080000080800000808000FFFFFFFF00808000FC7FF87F00000000
- F01F000000000000C0070000000000000001F01F010000040000C0070E203C00
- 0000000104012400000000000600240000000000000000008001000000000000
- E007800100000000F803E007FFFFFF00FE00F801FF00FF00FF03FE0700FFFF00
- FF8FFF1F0000FF00FFFFFFFFC0C0C00000000000000000000000000000000000
- 000000000000}
- end
- end
-